Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.theme.html--resources

This contribution is part of XML component org.nuxeo.theme.html inside nuxeo-theme-html-6.0.jar

Extension Point

Extension point resources of component ThemeService.

Contributed Items

  • <resource name="prototype.js">
          <path>nxthemes/html/scripts/prototype.js</path>
        </resource>
  • <resource name="jquery.js">
          <path>nxthemes/html/scripts/jquery.js</path>
        </resource>
  • <resource name="shortcut.js">
          <path>nxthemes/html/scripts/shortcut.js</path>
        </resource>
  • <resource name="objtree.js">
          <path>nxthemes/html/scripts/objtree.js</path>
        </resource>
  • <resource name="builder.js">
          <path>nxthemes/html/scripts/scriptaculous/builder.js</path>
          <require>prototype.js</require>
        </resource>
  • <resource name="effects.js">
          <path>nxthemes/html/scripts/scriptaculous/effects.js</path>
          <require>prototype.js</require>
        </resource>
  • <resource name="controls.js">
          <path>nxthemes/html/scripts/scriptaculous/controls.js</path>
          <require>effects.js</require>
          <require>prototype.js</require>
        </resource>
  • <resource name="dragdrop.js">
          <path>nxthemes/html/scripts/scriptaculous/dragdrop.js</path>
          <require>effects.js</require>
          <require>prototype.js</require>
        </resource>
  • <resource name="slider.js">
          <path>nxthemes/html/scripts/scriptaculous/slider.js</path>
          <require>prototype.js</require>
        </resource>
  • <resource name="sound.js">
          <path>nxthemes/html/scripts/scriptaculous/sound.js</path>
          <require>prototype.js</require>
        </resource>
  • <resource name="seam-remote.js">
          <path>nxthemes/html/scripts/seam-remote.js</path>
        </resource>
  • <resource name="nxthemes.css">
          <path>nxthemes/html/styles/nxthemes.css</path>
        </resource>
  • <resource name="nxthemes-widgets.css">
          <path>nxthemes/html/styles/nxthemes-widgets.css</path>
        </resource>
  • <resource name="nxthemes-jsf.css">
          <path>nxthemes/html/styles/nxthemes-jsf.css</path>
        </resource>
  • <resource name="wysihat.js">
          <path>nxthemes/html/scripts/wysihat.js</path>
          <require>prototype.js</require>
        </resource>
  • <resource name="nxthemes.js">
          <path>nxthemes/html/scripts/nxthemes/nxthemes.js</path>
          <require>prototype.js</require>
          <require>nxthemes.css</require>
        </resource>
  • <resource name="nxthemes-widgets.js">
          <path>
            nxthemes/html/scripts/nxthemes/nxthemes-widgets.js
          </path>
          <require>nxthemes.js</require>
          <require>nxthemes-widgets.css</require>
        </resource>
  • <resource name="nxthemes-effects.js">
          <path>
            nxthemes/html/scripts/nxthemes/nxthemes-effects.js
          </path>
          <require>nxthemes.js</require>
        </resource>
  • <resource name="nxthemes-controllers.js">
          <path>
            nxthemes/html/scripts/nxthemes/nxthemes-controllers.js
          </path>
          <require>nxthemes-effects.js</require>
        </resource>
  • <resource name="nxthemes-storages.js">
          <path>
            nxthemes/html/scripts/nxthemes/nxthemes-storages.js
          </path>
          <require>nxthemes.js</require>
        </resource>
  • <resource name="autosuggest.css">
          <path>nxthemes/html/styles/autosuggest.css</path>
        </resource>
  • <resource name="bsn.AutoSuggest_2.1.3.js">
          <path>nxthemes/html/scripts/bsn.AutoSuggest_2.1.3.js</path>
        </resource>
  • <resource name="jquery.ui.slider.js">
          <path>nxthemes/html/scripts/jquery-ui-1.9.2.slider.js</path>
        </resource>
  • <resource name="jquery.ui.slider.css">
          <path>nxthemes/html/styles/jquery-ui-1.9.2.slider.min.css</path>
        </resource>

XML Source

<extension point="resources" target="org.nuxeo.theme.services.ThemeService">

    <!-- Prototype 1.6.1 -->
    <!-- when changing prototype version, please make
      sure fix for NXP-2586, NXP-3782 and for NXP-3600 are applied -->
    <resource name="prototype.js">
      <path>nxthemes/html/scripts/prototype.js</path>
    </resource>

    <!-- JQuery 1.8.3 -->
    <!-- Needed by opensocial gadgets, not needed by JSF pages anymore
      (so not included by default since JSF2 migration, see NXP-13805) -->
    <resource name="jquery.js">
      <path>nxthemes/html/scripts/jquery.js</path>
    </resource>

    <!-- Keyboard shortcuts http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js -->
    <resource name="shortcut.js">
      <path>nxthemes/html/scripts/shortcut.js</path>
    </resource>

    <!-- ObjTree 0.24 (http://www.kawa.net/works/js/xml/objtree-e.html) -->
    <resource name="objtree.js">
      <path>nxthemes/html/scripts/objtree.js</path>
    </resource>

    <!-- Scriptaculous v1.8.1 -->
    <resource name="builder.js">
      <path>nxthemes/html/scripts/scriptaculous/builder.js</path>
      <require>prototype.js</require>
    </resource>

    <resource name="effects.js">
      <path>nxthemes/html/scripts/scriptaculous/effects.js</path>
      <require>prototype.js</require>
    </resource>

    <resource name="controls.js">
      <path>nxthemes/html/scripts/scriptaculous/controls.js</path>
      <require>effects.js</require>
      <require>prototype.js</require>
    </resource>

    <resource name="dragdrop.js">
      <path>nxthemes/html/scripts/scriptaculous/dragdrop.js</path>
      <require>effects.js</require>
      <require>prototype.js</require>
    </resource>

    <resource name="slider.js">
      <path>nxthemes/html/scripts/scriptaculous/slider.js</path>
      <require>prototype.js</require>
    </resource>

    <resource name="sound.js">
      <path>nxthemes/html/scripts/scriptaculous/sound.js</path>
      <require>prototype.js</require>
    </resource>

    <!-- Seam 1.0.1.GA -->
    <resource name="seam-remote.js">
      <path>nxthemes/html/scripts/seam-remote.js</path>
    </resource>

    <resource name="nxthemes.css">
      <path>nxthemes/html/styles/nxthemes.css</path>
    </resource>

    <resource name="nxthemes-widgets.css">
      <path>nxthemes/html/styles/nxthemes-widgets.css</path>
    </resource>

    <resource name="nxthemes-jsf.css">
      <path>nxthemes/html/styles/nxthemes-jsf.css</path>
    </resource>

    <!-- WYSIWYG JavaScript framework 0.1 http://github.com/37signals/wysihat/tree/master -->
    <resource name="wysihat.js">
      <path>nxthemes/html/scripts/wysihat.js</path>
      <require>prototype.js</require>
    </resource>

    <!-- nxthemes lib -->
    <resource name="nxthemes.js">
      <path>nxthemes/html/scripts/nxthemes/nxthemes.js</path>
      <require>prototype.js</require>
      <require>nxthemes.css</require>
    </resource>

    <resource name="nxthemes-widgets.js">
      <path>
        nxthemes/html/scripts/nxthemes/nxthemes-widgets.js
      </path>
      <require>nxthemes.js</require>
      <require>nxthemes-widgets.css</require>
    </resource>

    <resource name="nxthemes-effects.js">
      <path>
        nxthemes/html/scripts/nxthemes/nxthemes-effects.js
      </path>
      <require>nxthemes.js</require>
    </resource>

    <resource name="nxthemes-controllers.js">
      <path>
        nxthemes/html/scripts/nxthemes/nxthemes-controllers.js
      </path>
      <require>nxthemes-effects.js</require>
    </resource>

    <resource name="nxthemes-storages.js">
      <path>
        nxthemes/html/scripts/nxthemes/nxthemes-storages.js
      </path>
      <require>nxthemes.js</require>
    </resource>

    <!-- AutoSuggest lib -->
    <resource name="autosuggest.css">
      <path>nxthemes/html/styles/autosuggest.css</path>
    </resource>
    <resource name="bsn.AutoSuggest_2.1.3.js">
      <path>nxthemes/html/scripts/bsn.AutoSuggest_2.1.3.js</path>
    </resource>

    <!-- JQuery UI Slider 1.9.2 -->
    <resource name="jquery.ui.slider.js">
      <path>nxthemes/html/scripts/jquery-ui-1.9.2.slider.js</path>
    </resource>

    <!-- JQuery UI CSS Slider 1.9.2 -->
    <resource name="jquery.ui.slider.css">
      <path>nxthemes/html/styles/jquery-ui-1.9.2.slider.min.css</path>
    </resource>

  </extension>